13. Exercise: Add Gradle Dependency

Exercise: Add Gradle Dependency

Add Gradle Dependency

In this exercise, you will add the Google Mobile Vision library dependency to your build.gradle file, so you can access the library's classes and methods in your project.

Set Up Google Play Services documentation

Exercise Code

Exercise: TLIB.01-Exercise-AddGradleDependency

Task Description:

Complete the TODO so we can start using the Google Mobile Vision Library

Task List:

Task Feedback:

Off to a great start! With the dependency added, we can now access the library's classes and methods in our project.

Solution: [TLIB.01-Solution-AddGradleDependency][Diff]